﻿2026-06-04T12:53:11.0967784Z ##[group]Run actions/checkout@v5
2026-06-04T12:53:11.0968774Z with:
2026-06-04T12:53:11.0969295Z   repository: SaberMage/spt-core
2026-06-04T12:53:11.0974915Z   token: ***
2026-06-04T12:53:11.0975598Z   ssh-strict: true
2026-06-04T12:53:11.0976159Z   ssh-user: git
2026-06-04T12:53:11.0976703Z   persist-credentials: true
2026-06-04T12:53:11.0977314Z   clean: true
2026-06-04T12:53:11.0977864Z   sparse-checkout-cone-mode: true
2026-06-04T12:53:11.0978497Z   fetch-depth: 1
2026-06-04T12:53:11.0979031Z   fetch-tags: false
2026-06-04T12:53:11.0979594Z   show-progress: true
2026-06-04T12:53:11.0980137Z   lfs: false
2026-06-04T12:53:11.0980672Z   submodules: false
2026-06-04T12:53:11.0981224Z   set-safe-directory: true
2026-06-04T12:53:11.0982072Z ##[endgroup]
2026-06-04T12:53:11.2756909Z Syncing repository: SaberMage/spt-core
2026-06-04T12:53:11.2758772Z ##[group]Getting Git version info
2026-06-04T12:53:11.2759667Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-04T12:53:11.3007058Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-04T12:53:11.3210607Z git version 2.43.0.windows.1
2026-06-04T12:53:11.3239629Z ##[endgroup]
2026-06-04T12:53:11.3247452Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\404e4e95-36c2-4ee4-aa44-dccb75ba9bd6\.gitconfig'
2026-06-04T12:53:11.3260692Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\404e4e95-36c2-4ee4-aa44-dccb75ba9bd6' before making global git config changes
2026-06-04T12:53:11.3262364Z Adding repository directory to the temporary git global config as a safe directory
2026-06-04T12:53:11.3266143Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-04T12:53:11.3503331Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-04T12:53:11.3696996Z https://github.com/SaberMage/spt-core
2026-06-04T12:53:11.3728735Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-04T12:53:11.3733124Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-04T12:53:11.3923217Z refs/heads/dev-freeform
2026-06-04T12:53:11.3951100Z [command]"c:\program files\git\cmd\git.exe" checkout --detach
2026-06-04T12:53:11.4240724Z HEAD is now at 785002e feat(daemon,docs): M4-D9-3 dormancy budget measured + policy locked [budget]
2026-06-04T12:53:11.4708156Z ##[endgroup]
2026-06-04T12:53:11.4710436Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-04T12:53:11.8399547Z ##[group]Cleaning the repository
2026-06-04T12:53:11.8404938Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-04T12:53:15.2272853Z Removing target/
2026-06-04T12:53:15.2311049Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-04T12:53:15.2637586Z HEAD is now at 785002e feat(daemon,docs): M4-D9-3 dormancy budget measured + policy locked [budget]
2026-06-04T12:53:15.2662340Z ##[endgroup]
2026-06-04T12:53:15.2666225Z ##[group]Disabling automatic garbage collection
2026-06-04T12:53:15.2670747Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-04T12:53:15.2899339Z ##[endgroup]
2026-06-04T12:53:15.2899702Z ##[group]Setting up auth
2026-06-04T12:53:15.2905851Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-04T12:53:15.3128762Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-04T12:53:15.6693357Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-04T12:53:15.6918870Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-04T12:53:16.0635931Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-04T12:53:16.0855869Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-04T12:53:16.4578542Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-04T12:53:16.4868770Z ##[endgroup]
2026-06-04T12:53:16.4869223Z ##[group]Fetching the repository
2026-06-04T12:53:16.4876269Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +6f61a89677d039dc9816f2f736a05b3915f75e00:refs/remotes/origin/dev-freeform
2026-06-04T12:53:17.5818715Z From https://github.com/SaberMage/spt-core
2026-06-04T12:53:17.5819208Z  + 785002e...6f61a89 6f61a89677d039dc9816f2f736a05b3915f75e00 -> origin/dev-freeform  (forced update)
2026-06-04T12:53:17.5936148Z ##[endgroup]
2026-06-04T12:53:17.5936516Z ##[group]Determining the checkout info
2026-06-04T12:53:17.5937713Z ##[endgroup]
2026-06-04T12:53:17.5942922Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-04T12:53:17.6197589Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-04T12:53:17.6405506Z ##[group]Checking out the ref
2026-06-04T12:53:17.6409997Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-04T12:53:17.6758605Z branch 'dev-freeform' set up to track 'origin/dev-freeform'.
2026-06-04T12:53:17.6758957Z Your branch is up to date with 'origin/dev-freeform'.
2026-06-04T12:53:17.6759389Z Previous HEAD position was 785002e feat(daemon,docs): M4-D9-3 dormancy budget measured + policy locked [budget]
2026-06-04T12:53:17.6759814Z Switched to and reset branch 'dev-freeform'
2026-06-04T12:53:17.6782273Z ##[endgroup]
2026-06-04T12:53:17.7009070Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-04T12:53:17.7208056Z 6f61a89677d039dc9816f2f736a05b3915f75e00
